Initializes a new instance of the ResourceInUseException class.

Overload List

  NameDescription
Public methodResourceInUseException()()()()
Initializes a new instance of the ResourceInUseException class with default settings.
Public methodResourceInUseException(CultureInfo)
Initializes a new instance of the ResourceInUseException class with default settings.
Public methodResourceInUseException(String)
Initializes a new instance of the ResourceInUseException class with a specified cache value.
Public methodResourceInUseException(CultureInfo, String)
Initializes a new instance of the ResourceInUseException class with a specified cache value.
Protected methodResourceInUseException(SerializationInfo, StreamingContext)
Initializes a new instance of the ResourceInUseException class with a specified error message.
Public methodResourceInUseException(String, Exception)
Initializes a new instance of the ResourceInUseException class with a specified error message.
Public methodResourceInUseException(CultureInfo, String, Exception)
Initializes a new instance of the ResourceInUseException class with a specified error message.

See Also