'Declaration Public Function New( _
ByVal messageСообщение, описывающее ошибку.As String, _
ByVal innerExceptionВнутреннее исключение.As System.Exception _
)
public WiaException(
string message,
System.Exception innerException
)
public: WiaException(
string* message,
System.Exception* innerException
)
public:
WiaException(
string^ message,
System.Exception^ innerException
)
Parameters
- message
- Сообщение, описывающее ошибку.
- innerException
- Внутреннее исключение.