Constructor NotReadyException
NotReadyException(SerializationInfo, StreamingContext)
Deserialization constructor. Recreate an NotReadyException from a serialized stream.
protected NotReadyException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoa SerializationInfo object holding the serialized state of the NotReadyException.
contextStreamingContexta StreamingContext object providing context about the serialization operation.
NotReadyException()
Create a new NotReadyException with default parameters.
public NotReadyException()
NotReadyException(string)
Create a new NotReadyException.
public NotReadyException(string message)
Parameters
messagestringA message explaining the exception.
NotReadyException(string, string)
Create a new NotReadyException.
public NotReadyException(string operation, string message)
Parameters
NotReadyException(string, Exception)
Create a new NotReadyException.
public NotReadyException(string message, Exception innerException)
Parameters
messagestringA message explaining the exception.
innerExceptionExceptionA nested exception that caused the NotReadyException to be thrown.
NotReadyException(string, string, Exception)
Create a new NotReadyException.
public NotReadyException(string operation, string message, Exception innerException)
Parameters
operationstringThe failed operation.
messagestringA message explaining the exception.
innerExceptionExceptionA nested exception that caused the NotReadyException to be thrown.