Table of Contents

Class MCMException

Namespace
MCM.Common
Assembly
MCMv5.dll
[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 SerializationInfo
context StreamingContext

MCMException(string)

public MCMException(string message)

Parameters

message string

MCMException(string, Exception)

public MCMException(string message, Exception inner)

Parameters

message string
inner Exception