Class ExternalException
Inheritance
System.Object
ExternalException
Namespace: Syncfusion.XlsIO.Runtime.InteropServices
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ExternalException : Exception
Constructors
ExternalException()
Declaration
public ExternalException()
ExternalException(String, Int32)
Declaration
public ExternalException(string message, int errorCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | errorCode |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |