ServiceMissingException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceMissingException()
public:
ServiceMissingException();
public ServiceMissingException ();
Public Sub New ()
Applies to
ServiceMissingException(String)
public:
ServiceMissingException(System::String ^ message);
public ServiceMissingException (string message);
new Microsoft.Practices.CompositeUI.Services.ServiceMissingException : string -> Microsoft.Practices.CompositeUI.Services.ServiceMissingException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ServiceMissingException(Type)
public:
ServiceMissingException(Type ^ serviceType);
public ServiceMissingException (Type serviceType);
new Microsoft.Practices.CompositeUI.Services.ServiceMissingException : Type -> Microsoft.Practices.CompositeUI.Services.ServiceMissingException
Public Sub New (serviceType As Type)
Parameters
- serviceType
- Type
Applies to
ServiceMissingException(SerializationInfo, StreamingContext)
protected:
ServiceMissingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ServiceMissingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.Services.ServiceMissingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.Services.ServiceMissingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
ServiceMissingException(String, Exception)
public:
ServiceMissingException(System::String ^ message, Exception ^ exception);
public ServiceMissingException (string message, Exception exception);
new Microsoft.Practices.CompositeUI.Services.ServiceMissingException : string * Exception -> Microsoft.Practices.CompositeUI.Services.ServiceMissingException
Public Sub New (message As String, exception As Exception)
Parameters
- message
- String
- exception
- Exception
Applies to
ServiceMissingException(Type, Object)
public:
ServiceMissingException(Type ^ serviceType, System::Object ^ component);
public ServiceMissingException (Type serviceType, object component);
new Microsoft.Practices.CompositeUI.Services.ServiceMissingException : Type * obj -> Microsoft.Practices.CompositeUI.Services.ServiceMissingException
Public Sub New (serviceType As Type, component As Object)
Parameters
- serviceType
- Type
- component
- Object
Applies to
ServiceMissingException(Type, Object, Exception)
public:
ServiceMissingException(Type ^ serviceType, System::Object ^ component, Exception ^ innerException);
public ServiceMissingException (Type serviceType, object component, Exception innerException);
new Microsoft.Practices.CompositeUI.Services.ServiceMissingException : Type * obj * Exception -> Microsoft.Practices.CompositeUI.Services.ServiceMissingException
Public Sub New (serviceType As Type, component As Object, innerException As Exception)
Parameters
- serviceType
- Type
- component
- Object
- innerException
- Exception