NbException Constructor (NbStatusCode, String) |
コンストラクタ
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbException(
NbStatusCode statusCode,
string message
)
Public Sub New (
statusCode As NbStatusCode,
message As String
)
public:
NbException(
NbStatusCode statusCode,
String^ message
)
new :
statusCode : NbStatusCode *
message : string -> NbException
Parameters
- statusCode
- Type: Nec.NebulaNbStatusCode
ステータスコード - message
- Type: SystemString
message(reason)文字列
Version Information Core
Supported in: 1.0
See Also