Class ExceptionSerializationTestBase
Inherited Members
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class ExceptionSerializationTestBase : LuceneTestCase
Methods
| Improve this Doc View SourceTryInstantiate(Type)
Declaration
protected static object TryInstantiate(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
System.Object |
TypeCanSerialize<T>(T)
Declaration
protected static bool TypeCanSerialize<T>(T exception)
Parameters
Type | Name | Description |
---|---|---|
T | exception |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |