Class InvalidSegmentException
Inheritance
InvalidSegmentException
Assembly: AnalysisBase.dll
Syntax
public class InvalidSegmentException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
InvalidSegmentException()
Declaration
public InvalidSegmentException()
|
Improve this Doc
View Source
InvalidSegmentException(String)
Declaration
public InvalidSegmentException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
InvalidSegmentException(String, Exception)
Declaration
public InvalidSegmentException(string message, Exception innerException)
Parameters
Implements
Extension Methods