ServiceResolutionException Class |
Namespace: CMS.Core
[SerializableAttribute] public class ServiceResolutionException : Exception
Name | Description | |
---|---|---|
ServiceResolutionException |
Initializes a new instance of the ServiceResolutionException class with default values.
| |
ServiceResolutionException(String) |
Initializes a new instance of the ServiceResolutionException class with a specified error message.
| |
ServiceResolutionException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ServiceResolutionException class with serialized data.
| |
ServiceResolutionException(String, Exception) |
Initializes a new instance of the ServiceResolutionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|