Membros StringPropertyTooLongException
The StringPropertyTooLongException class is an exception that is raised when the string that is assigned to a property is too long.
O tipo StringPropertyTooLongException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
StringPropertyTooLongException() () () () | |
![]() |
StringPropertyTooLongException(String) | Initializes a new instance of the StringPropertyTooLongException class that has the specified message text. |
![]() |
StringPropertyTooLongException(String, Exception) | Initializes a new instance of the StringPropertyTooLongException class that has the specified message text and inner exception. |
![]() |
StringPropertyTooLongException(String, Int32, Int32) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
Init | (Herdado de DmfException.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
SetHelpContext | (Herdado de DmfException.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
CurrentLength | Gets the current length of the string property. |
![]() |
Data | (Herdado de Exception.) |
![]() |
DmfExceptionType | (Substitui DmfException. . :: . .DmfExceptionType.) |
![]() |
HelpLink | (Herdado de DmfException.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
MaxLength | Gets the maximum length that is allowed for the string property. |
![]() |
Message | (Substitui Exception. . :: . .Message.) |
![]() |
PropertyName | |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Consulte também