ServiceNotStartedException Construtores
Definição
Inicializa uma instância da classe ServiceNotStartedException.Initializes an instance of the ServiceNotStartedException class.
Sobrecargas
| ServiceNotStartedException() |
Inicializa uma instância da classe ServiceNotStartedException.Initializes an instance of the ServiceNotStartedException class. |
| ServiceNotStartedException(String) |
Inicializa uma instância da classe ServiceNotStartedException com a mensagem de erro especificada.Initializes an instance of the ServiceNotStartedException class with the specified error message. |
| ServiceNotStartedException(SerializationInfo, StreamingContext) |
Inicializa uma instância da classe ServiceNotStartedException com os dados serializados.Initializes an instance of the ServiceNotStartedException class with serialized data. |
| ServiceNotStartedException(String, Exception) |
Inicializa uma instância da classe ServiceNotStartedException com a mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.Initializes an instance of the ServiceNotStartedException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
ServiceNotStartedException()
Inicializa uma instância da classe ServiceNotStartedException.Initializes an instance of the ServiceNotStartedException class.
public:
ServiceNotStartedException();
public ServiceNotStartedException ();
Public Sub New ()
Aplica-se a
ServiceNotStartedException(String)
Inicializa uma instância da classe ServiceNotStartedException com a mensagem de erro especificada.Initializes an instance of the ServiceNotStartedException class with the specified error message.
public:
ServiceNotStartedException(System::String ^ message);
public ServiceNotStartedException (string message);
new System.IdentityModel.Selectors.ServiceNotStartedException : string -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String)
Parâmetros
- message
- String
A mensagem que descreve o erro.The message that describes the error.
Aplica-se a
ServiceNotStartedException(SerializationInfo, StreamingContext)
Inicializa uma instância da classe ServiceNotStartedException com os dados serializados.Initializes an instance of the ServiceNotStartedException class with serialized data.
protected:
ServiceNotStartedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ServiceNotStartedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Selectors.ServiceNotStartedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Selectors.ServiceNotStartedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
O objeto SerializationInfo que contém os dados de objeto serializados sobre a exceção que está sendo gerada.The SerializationInfo object that contains the serialized object data about the exception that is being thrown.
- context
- StreamingContext
O objeto StreamingContext que contém as informações contextuais sobre a origem ou o destino.The StreamingContext object that contains contextual information about the source or destination.
Aplica-se a
ServiceNotStartedException(String, Exception)
Inicializa uma instância da classe ServiceNotStartedException com a mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.Initializes an instance of the ServiceNotStartedException class with the specified error message and a reference to the inner exception that is the cause of this exception.
public:
ServiceNotStartedException(System::String ^ message, Exception ^ innerException);
public ServiceNotStartedException (string message, Exception innerException);
new System.IdentityModel.Selectors.ServiceNotStartedException : string * Exception -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
A mensagem que descreve o erro.The message that describes the error.
- innerException
- Exception
A exceção que é a causa da exceção atual.The exception that is the cause of the current exception.