'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function New( _ ByVal message As String _ )
'Usage Dim message As String Dim instance As New BitDepthException(message)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public BitDepthException( string message )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: BitDepthException( string* message )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: BitDepthException( String^ message )
Parameters
- message
- A string which represent the message.