Accusoft.PdfXpress7.Net
NoValidFontFoundException Constructor(String,Exception)




A string value which represents the error message.
An inner System.Exception.
Thrown when no valid fonts are found for added text allowing to pass in an error message and an inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New NoValidFontFoundException(message, innerException)
public NoValidFontFoundException( 
   string message,
   Exception innerException
)
public: NoValidFontFoundException( 
   string* message,
   Exception* innerException
)
public:
NoValidFontFoundException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
An inner System.Exception.
See Also

Reference

NoValidFontFoundException Class
NoValidFontFoundException Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback