Compartir a través de


OSException Constructor

Creates a new instance of the OSException class.

Lista de sobrecargas

  Nombre Descripción
Método publico OSException() () () () Creates a new instance of the OSException class.
Método publico OSException(String) Creates a new instance of the OSException class with a specified error message.
Método protegido OSException(SerializationInfo, StreamingContext) Creates a new instance of the OSException class with serialized data.
Método publico OSException(String, Exception) Creates a new instance of the OSException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Principio