Class NoAddressLineSelectedException
No address line selected exception
Inheritance
System.Object
NoAddressLineSelectedException
Namespace: Simplic.Framework.PhoneInterface.TAPI3
Assembly: Simplic.Framework.dll
Syntax
public class NoAddressLineSelectedException : Exception
Constructors
| Improve this Doc View SourceNoAddressLineSelectedException(String)
Initialize exception
Declaration
public NoAddressLineSelectedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message |
NoAddressLineSelectedException(String, Exception)
Initialize exception
Declaration
public NoAddressLineSelectedException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception message |
Exception | innerException | Inner exception instance |