Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal message As String,  _ 
   ByVal innerException As Exception _ 
)
C#
public SerialException(
   string message,
   Exception innerException
)
C++
public:
 SerialException(
   String message,
   Exception innerException
) sealed 
J#
public SerialException(
   string message,
   Exception innerException
)
JScript
public function SerialException(
   message : String,
   innerException : Exception
)

See Also