NbHttpException Constructor (String, Exception) |
コンストラクタ
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbHttpException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
NbHttpException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> NbHttpException
Parameters
- message
- Type: SystemString
メッセージ - inner
- Type: SystemException
内部例外
Version Information Core
Supported in: 1.0
See Also