UtilityException Constructor
Initializes a new instance of the UtilityException class.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
UtilityException() () () () | Initializes a new, default instance of the UtilityException class with the default property values. | |
UtilityException(String) | Initializes a new, default instance of the UtilityException class with the specified error message. | |
UtilityException(SerializationInfo, StreamingContext) | Initializes a new, default instance of the UtilityException class with serialized data. | |
UtilityException(String, Exception) | Initializes a new, default instance of the UtilityException class with the specified error message and inner exception. |
Arriba
Vea también