'Declaration
Public Function New( _
ByVal message As System.String, _
ByVal innerException As System.Exception _
)
'Usage
Dim message As System.String
Dim innerException As System.Exception
Dim instance As New UnsupportedClassifierException(message, innerException)
public UnsupportedClassifierException(
System.string message,
System.Exception innerException
)
public UnsupportedClassifierException(
message: System.String;
innerException: System.Exception
);
public function UnsupportedClassifierException(
message : System.String,
innerException : System.Exception
);
public: UnsupportedClassifierException(
System.string* message,
System.Exception* innerException
)
public:
UnsupportedClassifierException(
System.String^ message,
System.Exception^ innerException
)