Class MCMException
[Serializable]
public class MCMException : Exception, ISerializable
- Inheritance
-
MCMException
- Implements
- Inherited Members
Constructors
MCMException()
public MCMException()
MCMException(SerializationInfo, StreamingContext)
protected MCMException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
MCMException(string)
public MCMException(string message)
Parameters
messagestring
MCMException(string, Exception)
public MCMException(string message, Exception inner)