Accusoft.NotateXpressSdk Namespace > InvalidColorTypeException Class > InvalidColorTypeException Constructor : InvalidColorTypeException Constructor(String,Exception) |
'Declaration Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
'Usage Dim message As String Dim innerException As Exception Dim instance As New InvalidColorTypeException(message, innerException)
public InvalidColorTypeException( string message, Exception innerException )
public: InvalidColorTypeException( string* message, Exception* innerException )
public: InvalidColorTypeException( String^ message, Exception^ innerException )