Class DanglIdentityServerConfigurationException
This exception signals that the DanglIdentityServerConfiguration is invalid
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
DanglIdentityServerConfigurationException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dangl.Identity.Client.Mvc.Configuration
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public class DanglIdentityServerConfigurationException : ArgumentException, ISerializable
Constructors
| Improve this Doc View SourceDanglIdentityServerConfigurationException(String, String)
This exception signals that the DanglIdentityServerConfiguration is invalid
Declaration
public DanglIdentityServerConfigurationException(string message, string paramName)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | paramName |
Implements
System.Runtime.Serialization.ISerializable