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