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
info
SerializationInfocontext
StreamingContext
MCMException(string)
public MCMException(string message)
Parameters
message
string
MCMException(string, Exception)
public MCMException(string message, Exception inner)