ServerAlreadyInRecordModeException Constructor
Overload List
OverloadDescription
ServerAlreadyInRecordModeException Constructor(SerializationInfo,StreamingContext)Initializes a new instance of the ServerAlreadyInRecordModeException class with serialized data.  
ServerAlreadyInRecordModeException Constructor()Initializes a new instance of the ServerAlreadyInRecordModeException class.  
ServerAlreadyInRecordModeException Constructor(Int32,String)Initializes a new instance of the ServerAlreadyInRecordModeException class with a specified error message and an error code associated with this exception.  
ServerAlreadyInRecordModeException Constructor(String,Exception)Initializes a new instance of the ServerAlreadyInRecordModeException class with a specified error message and a reference to the inner exception that is the cause of this exception.  
ServerAlreadyInRecordModeException Constructor(String)Initializes a new instance of the ServerAlreadyInRecordModeException class with a specified error message.