Class FormInputException
Inheritance
System.Object
System.Exception
FormInputException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: ImageVault.Web.Security
Assembly: ImageVault.Web.dll
Syntax
public class FormInputException : Exception, ISerializable, _Exception
Constructors
FormInputException(String)
Declaration
public FormInputException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
FormInputException(String, String)
Declaration
public FormInputException(string key, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.String | message |
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception