Class MasesBaseException
- Namespace
- MASES.LicenseManager.Common
- Assembly
- C2JBridge.dll
Exception raised if the license is not valid. Extends Exception.
[Serializable]
public class MasesBaseException : Exception, ISerializable, _Exception
- Inheritance
-
MasesBaseException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MasesBaseException()
Constructor
public MasesBaseException()
MasesBaseException(SerializationInfo, StreamingContext)
Initializes a new instance of the MasesBaseException class with serialized data.
protected MasesBaseException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
The info parameter is null.
- SerializationException
The class name is null or HResult is zero (0).
MasesBaseException(string)
Constructor
public MasesBaseException(string message)
Parameters
messagestringThe message to put in MasesBaseException
MasesBaseException(string, Exception)
Constructor
public MasesBaseException(string message, Exception innerException)
Parameters
messagestringThe message to put in MasesBaseException
innerExceptionExceptionThe inner Exception